home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagine the Universe (9th Edition)
/
Imagine the Universe 9 - Disc 1.iso
/
pc
/
imagine
/
YBA
/
HTCas-size
/
javascript
/
ang_size_star.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-12
|
353 b
|
19 lines
size = "Blank";
function checkme() {
size = document.ang_size_star.answer.value - 0;
if (!size) {size = "Blank";}
RightOnFile = './ang_size_star-correct.html';
WayWrongFile = './ang_size_star-wrong.html';
var good = new RegExp("\D*");
if ((size == "Blank") || (size == good)) {
location = RightOnFile;
}
else {
location = WayWrongFile;
}
}